From 6bc154ed1e341a48ec3e21c08dc10fda9734aedd Mon Sep 17 00:00:00 2001 From: "vhanquez@kneesa.uk.xensource.com" Date: Wed, 11 Jan 2006 12:02:54 +0000 Subject: [PATCH] make xs_test in xenstore compile. Signed-off-by: Vincent Hanquez --- tools/xenstore/xs_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/xs_test.c b/tools/xenstore/xs_test.c index 5a43bc40b7..8b1a5ebf1a 100644 --- a/tools/xenstore/xs_test.c +++ b/tools/xenstore/xs_test.c @@ -535,7 +535,7 @@ static void do_introduce(unsigned int handle, *(uint16_t *)((void *)interface + 36) = atoi(eventchn); if (!xs_introduce_domain(handles[handle], atoi(domid), - atol(mfn), atoi(eventchn), path)) { + atol(mfn), atoi(eventchn))) { failed(handle); munmap(interface, getpagesize()); return; -- 2.30.2